From: Jim Blandy Date: Sat, 29 May 1993 21:26:28 +0000 (+0000) Subject: * linux.h (C_OPTIMIZE_SWITCH): Set this to the empty string; X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95781 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9183f1f9906f0d3c75560ffc05fb7a4126a8f94a;p=emacs.git * linux.h (C_OPTIMIZE_SWITCH): Set this to the empty string; configure guesses just fine. --- diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index d2f99952d62..dc1becd5e69 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -184,6 +184,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LIBS_DEBUG #define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/ #define LIB_STANDARD -lc /* avoid -lPW */ +#define C_OPTIMIZE_SWITCH /* configure can guess this just fine */ #ifdef HAVE_X11 #define LD_SWITCH_SYSTEM -L/usr/X386/lib #endif